API Help
Eplan.EplApi.HEServices Namespace / Generate Class / Connections Method / Connections(Page[],Boolean) Method
Pages with connections to update.
If true rebuilds all connections else updates only.

In This Topic
    Connections(Page[],Boolean) Method
    In This Topic
    Updates connections on given pages from one project. Project is taken from first page.
    Syntax
    public void Connections( 
       Page[] arrayPages,
       bool bRebuildAllConnections
    )
    public:
    void Connections( 
       array<Page^>^ arrayPages,
       bool bRebuildAllConnections
    ) 

    Parameters

    arrayPages
    Pages with connections to update.
    bRebuildAllConnections
    If true rebuilds all connections else updates only.
    Exceptions
    ExceptionDescription
    Invalid project.
    The internal interface for generating connections could not be created.
    An error occurred during connection generation. Please refer to the exception message.
    See Also